const crypto/tls.defaultMaxRSAKeySize

4 uses

	crypto/tls (current package)
		handshake_client.go#L943: const defaultMaxRSAKeySize = 8192
		handshake_client.go#L950: 			if (n <= max) != (n <= defaultMaxRSAKeySize) {
		handshake_client.go#L956: 	return defaultMaxRSAKeySize, n <= defaultMaxRSAKeySize